home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / PROG_TOO / C023A.ZIP / PART2 / CC-C.SUB next >
Text File  |  1990-01-31  |  459b  |  23 lines

  1. ; Submit file to compile a single Small-C/Plus file
  2. ; file from the current drive.  The resulting .OBJ
  3. ; file is left on drive M:
  4. ;
  5. ; The compilation takes place on drive M:
  6. ;
  7. ; Usage:
  8. ;   cc-c file                     : no optimisation
  9. ;   cc-c file opt                 : optimise code
  10. ;   cc-c file opt -c              : compact optimisation
  11. ;
  12. era m:$1.*
  13. <y
  14. pip m:=$1.c
  15. m:
  16. cc0 -m $1
  17. era m:$1.c
  18. z$2 $3 $1
  19. zmac $1=$1
  20. era m:$1.asm
  21. b:
  22.